github.com/refraction-networking/utls.UtlsPreSharedKeyExtension.cipherSuite (field)
5 uses
github.com/refraction-networking/utls (current package)
u_pre_shared_key.go#L135: cipherSuite *cipherSuiteTLS13
u_pre_shared_key.go#L149: e.cipherSuite = cipherSuiteTLS13ByID(e.Session.cipherSuite)
u_pre_shared_key.go#L153: e.Binders = append(e.Binders, make([]byte, e.cipherSuite.hash.Size()))
u_pre_shared_key.go#L276: transcript := e.cipherSuite.hash.New()
u_pre_shared_key.go#L282: pskBinders := [][]byte{e.cipherSuite.finishedHash(e.BinderKey, transcript)}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |